home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / missioncandy.swf / scripts / DefineSprite_419 / frame_20 / DoAction.as
Text File  |  2008-03-17  |  144b  |  9 lines

  1. if(_parent.eng == 0)
  2. {
  3.    _parent.gotoAndStop(_parent._currentframe + 2);
  4. }
  5. else
  6. {
  7.    _parent.gotoAndStop(_parent._currentframe - 2);
  8. }
  9.